
/*
* ==========================================================================
* Links
* ==========================================================================
*/
a:hover,
a:focus {
  text-decoration: none;
   font-family:'Exo2-0-Light','Lato', Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 2px;
   font-family:'Exo2-0-Light','Lato', Arial, Helvetica, sans-serif;
   font-weight:lighter;
}
/*
* ==========================================================================
* Nav Pills
* ==========================================================================
*/
.nav-pills > li.selected > a,
.nav-pills > li.selected > a:hover,
.nav-pills > li.selected > a:focus {
  color: #ffffff;
  background-color: #1bbd9b;
}
/*
* ==========================================================================
* Pills Centered
* ==========================================================================
*/
.nav-pills-centered > .nav-pills {
  text-align: center;
}
.nav-pills-centered > .nav-pills > li {
  float: none;
  display: inline;
}
.nav-pills-centered > .nav-pills > li > a,
.nav-pills-centered > .nav-pills > li > span {
  display: inline-block;
  padding: 5px 14px;
}
.nav-pills-centered > .nav-pills > li > a.active,
.nav-pills-centered > .nav-pills > li > span.active,
.nav-pills-centered > .nav-pills > li > a.selected,
.nav-pills-centered > .nav-pills > li > span.selected {
  color: #ffffff;
  background-color: #1bbd9b;
}
/*
* ==========================================================================
* Navbar
* ==========================================================================
*/
.navbar {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 0;
}
/*
* ==========================================================================
* Navbar Nav Links
* ==========================================================================
*/
.navbar-nav > li > a {
  padding: 10px 15px;
  margin: 2px 2px;
  border-radius: 3px;
}
/*
* ==========================================================================
* Brand / Project Name
* ==========================================================================
*/
.navbar-brand {
  /*font-family:"Segoe UI Light", Arial, Helvetica, sans-serif;*/
  font-size: 30px;
   letter-spacing: 2px;
  padding: 2px 0 0 0;
  font-weight:100;
}
/*
* ==========================================================================
* Project Caption
* ==========================================================================
*/
.project-caption figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.project-caption figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.project-caption figure.cs-hover img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.project-caption figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.project-caption figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #1bbd9b;
  color: #ed4e6e;
  height: 60px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.project-caption figcaption .project-caption-title {
  color: #ffffff;
  margin: 0 0 5px 0;
  padding: 0;
}

.project-caption figcaption .project-caption-title1 {
  color: #ffffff;
  margin:-50px 0 50px 0;
  padding: 0;
}
.project-caption figcaption .project-caption-icon {
  font-size: 24px;
  color: #159076;
}
.project-caption figcaption .project-caption-icon.project-caption-view {
  margin-right: 10px;
}
.project-caption figcaption a.project-caption-icon {
  color: #159076;
}
.project-caption figcaption a.project-caption-icon:hover,
.project-caption figcaption a.project-caption-icon:focus {
  color: #0e6452;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.project-caption figcaption a.project-caption-icon:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.no-touch .project-caption figure:hover img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.no-touch .project-caption figure:hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
/*
* ==========================================================================
* Optional Captions
* ==========================================================================
*/
.carousel-caption .carousel-title {
  color: #ffffff;
  font-weight:lighter;
   background-color:rgba(0,0,0,0.5);
    font-family:'Exo2-0-Light', 'Lato', Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carousel-caption {
    font-size: 12px;
    padding-bottom: 0px;
    bottom: 2px;
      font-family:'Exo2-0-Light', 'Lato', Arial, Helvetica, sans-serif;
  }
  .carousel-caption .carousel-title {
    font-size: 15px;
      font-family:'Exo2-0-Light', 'Lato', Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 767px) {
  .carousel-caption {
    font-size: 11px;
    padding-bottom: 0;
    bottom: 0;
  }
  .carousel-caption .carousel-title {
    font-size: 14px;
  }
}
/*
* ==========================================================================
* Site Wrapper
* ==========================================================================
*/
.site-wrapper {
  position: relative;
  background-color: #ffffff;
}
.site-wrapper:before,
.site-wrapper:after {
  content: " ";
  display: table;
}
.site-wrapper:after {
  clear: both;
}
/*
* ==========================================================================
* Section Global Wrapper
* ==========================================================================
*/
.section-global-wrapper {
  position: relative;
}
.section-global-wrapper:before,
.section-global-wrapper:after {
  content: " ";
  display: table;
}
.section-global-wrapper:after {
  clear: both;
}
/*
* ==========================================================================
* Container Fluid Wrapper
* ==========================================================================
*/
.container-fluid-kamn {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid-kamn:before,
.container-fluid-kamn:after {
  content: " ";
  display: table;
}
.container-fluid-kamn:after {
  clear: both;
}
/*
* ==========================================================================
* Services Section
* ==========================================================================
*/
.services-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.services-section .services-header {
  margin-bottom: 50px;
}
.services-section .services-header .services-header-title {
  margin-bottom: 15px;
}
.services-section .services-row-tail {
  margin-top: 50px;
}
.services-section .services-icon {
  color: #1bbd9b;
  margin-bottom: 30px;
}
.services-section .services-title {
  margin-bottom: 15px;

}
.services-section .services-desc {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .services-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services-section .services-group {
    margin-bottom: 50px;
  }
  .services-section .services-row-tail {
    margin-top: 0;
  }

  .services-section .services-body
 {
    font: 30px;
  }


}
/*
* ==========================================================================
* Parallax Section
* ==========================================================================
*/
.parallax-section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .parallax-section {
    padding-top: 81px;
    padding-bottom: 81px;
  }
}
.parallax-section .parallax-title {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.parallax-section .parallax-body {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
}
/*
* ==========================================================================
* Parallax Section 1
* ==========================================================================
*/
.parallax-section-1 {
  background: url('../../images/parallax1.jpg');
}
/*
* ==========================================================================
* Parallax Section 2
* ==========================================================================
*/
.parallax-section-2 {
  background: url('../../images/parallax2.jpg');
}

/*
* ==========================================================================
* Parallax Section 3
* ==========================================================================
*/
.parallax-section-3 {
  background: url('../../images/slide1.jpg');
}
/*
* ==========================================================================
* Portfolio Section
* ==========================================================================
*/
.portfolio-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .portfolio-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.portfolio-section .portfolio-header {
  margin-bottom: 30px;
}
.portfolio-section .portfolio-header .portfolio-header-title {
  margin-bottom: 15px;
}
.portfolio-section .portfoio-filters {
  margin-bottom: 50px;
}
.portfolio-section .isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.portfolio-section .isotope .isotope-item {
  z-index: 2;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
.portfolio-section .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/*
* ==========================================================================
* About Section
* ==========================================================================
*/
.about-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about-section .about-header {
  margin-bottom: 30px;
}
.about-section .about-header .about-header-title {
  margin-bottom: 15px;
}


/*
* ==========================================================================
* Info Section
* ==========================================================================
*/
.info-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .info-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.info-section .info-header {
  margin-bottom: 30px;
}
.info-section .info-header .info-header-title {
  margin-bottom: 15px;
}
/* ==========================================================================
* educoncept-top Section
* ==========================================================================
*/
.eduConcept-section {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background:white;
}
@media (max-width: 767px) {
  .eduConcept-section {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.eduConcept-section .eduConcept-header {
  margin-bottom: 5px;
}
.eduConcept-section .eduConcept-header .eduConcept-header-title {
  margin-bottom: 5px;
}

/*
* ==========================================================================
* Staff Section
* ==========================================================================
*/
.staff-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
  font-family:'Exo2-0-Light', 'Lato', Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .staff-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.staff-section .staff-header {
  margin-bottom: 30px;
}
.staff-section .staff-header .staff-header-title {
  margin-bottom: 15px;
}
.staff-section .staff-image {
 text-align:center ;
  margin-bottom: 20px;
}
.staff-section .staff-designation {
  margin-bottom: 20px;
}
/*
* ==========================================================================
* Contact Section
* ==========================================================================
*/
.contact-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
     background-color: #f5f5f5;
     font-family:'Exo2-0-Light', 'Lato', Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contact-section .contact-header {
  margin-bottom: 30px;
}
.contact-section .contact-header .contact-header-title {
  margin-bottom: 15px;
}

/*
* ==========================================================================
* Pricing Section
* ==========================================================================
*/
.pricetable-section {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
 font-family:'Exo2-0-Light','Lato', Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .pricetable-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
.pricetable-section .pricetable-header {
  margin-bottom: 30px;
}
.pricetable-section .pricetable-header .pricetable-header-title {
  margin-bottom: 15px;
}

/*
* ==========================================================================
* Feedback Section
* ==========================================================================
*/
.feedback-section {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .feedback-section {
    padding-bottom: 40px;
  }
}
.feedback-section .address-section {
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .feedback-section .address-section {
    padding-top: 40px;
  }
}
.feedback-section .address-section .address-icon {
  color: #1bbd9b;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 30px;
}
.feedback-section .address-section .address-title {
  margin-bottom: 15px;
}
.feedback-section .address-section .address-desc {
  margin-bottom: 100px;
}
/*
* ==========================================================================
* Social Media
* ==========================================================================
*/
.widget_social-list-wrapper > li {
  padding-left: 0;
  padding-right: 0;
}
.widget_social-one > li > a {
  float: left;
  width: 55px;
  height: 55px;
  margin: 0 4px 4px 0;
  padding: 0;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  background: transparent url("../../images/social-retina.png") no-repeat 0 0;
  background-size: auto 110px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.widget_social-one > li.facebook > a {
  background-position: 0 1px;
}
.widget_social-one > li.facebook > a {
  background-position: 0 -55px;
}
.widget_social-one > li.facebook > a:hover {
  background-position: 0px 1px;
}
.widget_social-one > li.twitter > a {
  background-position: -55px -55px;
}
.widget_social-one > li.twitter > a:hover {
  background-position: -55px 1px;
}
.widget_social-one > li.gplus > a {
  background-position: -110px -55px;
}
.widget_social-one > li.gplus > a:hover {
  background-position: -110px 1px;
}
.widget_social-one > li.linkedin > a {
  background-position: -165px -55px;
}
.widget_social-one > li.linkedin > a:hover {
  background-position: -165px 1px;
}
.widget_social-one > li.pinterest > a {
  background-position: -220px -55px;
}
.widget_social-one > li.pinterest > a:hover {
  background-position: -220px 1px;
}
.widget_social-one > li.dribbble > a {
  background-position: -275px -55px;
}
.widget_social-one > li.dribbble > a:hover {
  background-position: -275px 1px;
}
.widget_social-one > li.flickr > a {
  background-position: -330px -55px;
}
.widget_social-one > li.flickr > a:hover {
  background-position: -330px 1px;
}
.widget_social-one > li.skype > a {
  background-position: -385px -55px;
}
.widget_social-one > li.skype > a:hover {
  background-position: -385px 1px;
}
.widget_social-one > li.rss > a {
  background-position: -440px -55px;
}
.widget_social-one > li.rss > a:hover {
  background-position: -440px 1px;
}
.widget_social-one > li.wordpress > a {
  background-position: -495px -55px;
}
.widget_social-one > li.wordpress > a:hover {
  background-position: -495px 1px;
}
.widget_social-one > li.youtube > a {
  background-position: -550px -55px;
}
.widget_social-one > li.youtube > a:hover {
  background-position: -550px 1px;
}
.widget_social-one > li.vimeo > a {
  background-position: -605px -55px;
}
.widget_social-one > li.vimeo > a:hover {
  background-position: -605px 1px;
}
.no-backgroundsize .widget_social-one > li > a {
  background: transparent url("../../images/social-normal.png") no-repeat 0 0;
}
.widget_social-two > li > a {
  float: left;
  width: 55px;
  height: 55px;
  margin: 0 4px 4px 0;
  padding: 0;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  background: transparent url("../../images/social-retina-two.png") no-repeat 0 0;
  background-size: auto 110px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.widget_social-two > li.facebook > a {
  background-position: 0 -55px;
}
.widget_social-two > li.facebook > a:hover {
  background-position: 0px 1px;
}
.widget_social-two > li.twitter > a {
  background-position: -55px -55px;
}
.widget_social-two > li.twitter > a:hover {
  background-position: -55px 1px;
}
.widget_social-two > li.gplus > a {
  background-position: -110px -55px;
}
.widget_social-two > li.gplus > a:hover {
  background-position: -110px 1px;
}
.widget_social-two > li.linkedin > a {
  background-position: -165px -55px;
}
.widget_social-two > li.linkedin > a:hover {
  background-position: -165px 1px;
}
.widget_social-two > li.pinterest > a {
  background-position: -220px -55px;
}
.widget_social-two > li.pinterest > a:hover {
  background-position: -220px 1px;
}
.widget_social-two > li.dribbble > a {
  background-position: -275px -55px;
}
.widget_social-two > li.dribbble > a:hover {
  background-position: -275px 1px;
}
.widget_social-two > li.flickr > a {
  background-position: -330px -55px;
}
.widget_social-two > li.flickr > a:hover {
  background-position: -330px 1px;
}
.widget_social-two > li.skype > a {
  background-position: -385px -55px;
}
.widget_social-two > li.skype > a:hover {
  background-position: -385px 1px;
}
.widget_social-two > li.rss > a {
  background-position: -440px -55px;
}
.widget_social-two > li.rss > a:hover {
  background-position: -440px 1px;
}
.widget_social-two > li.wordpress > a {
  background-position: -495px -55px;
}
.widget_social-two > li.wordpress > a:hover {
  background-position: -495px 1px;
}
.widget_social-two > li.youtube > a {
  background-position: -550px -55px;
}
.widget_social-two > li.youtube > a:hover {
  background-position: -550px 1px;
}
.widget_social-two > li.vimeo > a {
  background-position: -605px -55px;
}
.widget_social-two > li.vimeo > a:hover {
  background-position: -605px 1px;
}
.no-backgroundsize .widget_social-two > li > a {
  background: transparent url("../../images/social-normal-two.png") no-repeat 0 0;
}
/*
* ==========================================================================
* Site Footer
* ==========================================================================
*/
.site-footer {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #000000;
   font-family:'Exo2-0-Light','Lato', Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 122px;
    padding-bottom: 122px;
     font-family:'Exo2-0-Light', 'Lato', Arial, Helvetica, sans-serif;
  }
}
.site-footer .footer-copyright {
  color: #ffffff;
  font-size: 12px;
  font-family:'Exo2-0-Light', 'Lato', Arial, Helvetica, sans-serif;
  font-weight:lighter;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.site-footer .footer-copyright a {
  color: #ffffff;
  text-decoration: none;
   font-family:'Exo2-0-Light', 'Lato', Arial, Helvetica, sans-serif;
}
.site-footer .footer-copyright a:hover,
.site-footer .footer-copyright a:focus {
  color: #ffffff;
  text-decoration: underline;
   font-family:'Exo2-0-Light', 'Lato', Arial, Helvetica, sans-serif;
}
.site-footer .footer-copyright a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
}

/* just some content with arbitrary styles for explanation purposes */
.modalme {
    width: 300px;
    height: 200px;
    line-height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;

    border-radius: 5px;
    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
}

.sup { vertical-align: super; }


 .gridview{
    background-color:#fff;
    padding:2px;
   margin:2% auto;


}

.gridview a
{

      margin:auto 1%;
      border-radius:4px;
      background-color:#444;
      padding:5px 10px 5px 10px;
      color:#fff;
      text-decoration:none;
      -o-box-shadow:1px 1px 1px #111;
      -moz-box-shadow:1px 1px 1px #111;
      -webkit-box-shadow:1px 1px 1px #111;
      box-shadow:1px 1px 1px #111;
      font-size:18;
}

.gridview a:hover{
    background-color:#1e8d12;
    color:#fff;
      font-size:18;
}

.gridview span
{
     border-radius:5px;
    background-color:#ae2676;
     /*padding:7px 11px 7px 11px;*/
      padding: 8px 10px 5px 12px;
    color:#fff;
    text-decoration:none;
     -o-box-shadow:1px 1px 1px #111;
      -moz-box-shadow:1px 1px 1px #111;
      -webkit-box-shadow:1px 1px 1px #111;
      box-shadow:1px 1px 1px #111;
      font-size:18;
 }

.gridview table td
{
 /*display:inline ;
 *zoom: 1;
    *
 padding: 10px;
  margin-left:8px;*/

  font-size:18;
  display:inline ;
  margin:0px 8px 0px 0px;
  position:relative;
  padding:0px 5px 0px 5px;

}

.btn-nav {
    background-color: #fff;
    border: 1px solid #008ab4;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding-top :15px;
}
.btn-nav:hover {
    color: #e92d00;
    cursor: pointer;
    -webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s;
}
.btn-nav.active {
    color: #e92d00;
    padding: 2px;
	border-top: 6px solid #e92d00;
	border-bottom: 6px solid #e92d00;
    border-left: 0;
    border-right: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -moz-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -ms-transition: border 0.3s ease-out, color 0.3s ease 0.5s; /* IE10 is actually unprefixed */
    -o-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}
.btn-nav.active:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #e92d00 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -6px;
	top: 0;
	left: 50%;
}
.btn-nav .glyphicon {
    padding-top: 16px;
	font-size: 40px;
	padding-left: 2px;
}
.btn-nav.active p {
    margin-bottom: 8px;
}
@-webkit-keyframes pulsate {
 50% { color: #000; }
}
@keyframes pulsate {
 50% { color: #000; }
}
@media (max-width: 480px) {
    .btn-group {
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (max-width: 600px) {
    .btn-nav .glyphicon {
        padding-top: 12px;
        font-size: 26px;
    }
}


